@charset "utf-8";

/* css reset */
	/* 清除内外边距 */
    body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, div, /* structural elements 结构元素 */
    dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
    pre, /* text formatting elements 文本格式元素 */
    fieldset, legend, button, input, textarea, /* form elements 表单元素 */
    th, td { /* table elements 表格元素 */
      margin: 0;
      padding: 0;
      border: 0px;
      box-sizing: border-box;
    }
    /* 设置默认字体 */
    body,
    button, input, select, textarea {
		font-family: Tahoma, Helvetica, "Microsoft Yahei", 微软雅黑, "PingFang SC", 宋体, arial, "Hiragino Sans GB", STHeiti;
		font-size: 14px;
		color:#666;
	/* [disabled]outline:none; */
    }
		button, input, select, textarea{ outline:none;}
    html {line-height: 1; }
    address, cite, em, var,i { font-style: normal; } /* 将斜体扶正 */
    
    h1 { font-size: 28px; /* 18px / 12px = 1.5 */ }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 16px; }
    h4, h5, h6 {font-weight:400;}
    
    /* 重置列表元素 */
    ul, ol, li { list-style: none; }
    
    /* 重置文本格式元素 */
    a { text-decoration: none;color:#666; cursor:pointer;}
    a:hover { text-decoration:none; color:#009edb; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
	
	/* 重置图片元素 */	
    img {border: 0px;vertical-align:middle;-ms-interpolation-mode: bicubic;}

.bx-fl, .fl {float: left;}
.bx-fr, .fr {float: right;}
.clear {clear: both;}
.disblk {display: block; margin: 0; padding: 0;}
.disnone {display: none; margin: 0; padding: 0;}
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0;}

html{
    font-size: 100px;
}
html, body {
    width: 100%;
    height: 100%;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    z-index: 1990;
}

.web-main {
    width: 13rem;
    margin: 0 auto;
}
.main-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content {
    width: 100%;
    margin-top: 0;
}
.cysection {
    width: 100%;
    height: 600px;
    /*display: none;*/
}
.link-gov {
    color: #fff;
    text-decoration: none;
}
.link-gov:hover {
    color: #fff;
     text-decoration: underline;
}
.section0 {
    background: url(../images/bg_banner.jpg) no-repeat center center;
    background-size: 100% 100%;
    display: block;
}

.section1 {
    background-color: #f0f1f5;
}
.section2 {
    background: url(../images/bg_chanpin.png) no-repeat center center;
    background-size: 100% 100%;
}
.section3 {
    background: url(../images/bg_xinwen.jpg) no-repeat center center;
    background-size: 100% 100%;
}
/* ͷ�� */
.headercont {
    height: 100%;
}
.logo {
    height: 100%;
    display: flex;
    align-items: center;
}
.logo-img {
    width: 1.48rem;
    height: 0.64rem;
    margin-bottom: 0.14rem;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999999px;
}
.h-slogan > p {
    line-height: 0.2rem;
    font-size: 0.14rem;
    color: rgba(38,52,96,0.8);
}
.nav {
    height: 1rem;
}
.nav > ul > li {
    float: left;
    position: relative;
}
.nav > ul > li > a {
    display: inline-block;
        margin: 0.3rem 0.16rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
    border-bottom: 2px solid #fff;
}
.nav > ul > li > a:hover, .nav > ul > li.active > a {
    border-bottom-color: #0085cc;
    color: #0085cc;
}
.nav > ul > li:last-child > a {
    margin-right: 0;
}
.sub-menu {
	display:none; 
	background-color: rgba(255,255,255,0.92); 
	position: absolute; 
	width: 100%;
	z-index: 10; 
	left: 0; 
	top: 1rem; 
	padding: 0.1rem 0;
}
div.sub-menu ul {
    margin: 0 auto;
	text-align: center;
}
div.sub-menu ul > li > a {
    display: block;
    line-height: 0.34rem;
    color: #263460;
    font-size: 0.16rem;
}
div.sub-menu ul > li:hover > a,
div.sub-menu ul > li.active > a {
   color: #0085cc;
   text-decoration: underline;
}
/*.havesubchild>.second-menu{*/
    /*margin-left: 0.36rem;*/
/*}*/
/*.second-menu > li>a{*/
    /*font-size: 0.1rem !important;*/
    /*line-height: 0.34rem;*/
    /*text-align: left;*/
    /*color: rgba(38,52,96,0.8);*/
/*}*/
/*.second-menu > li:hover > a,*/
/*.second-menu > li.active > a {*/
    /*color: #0085cc;*/
    /*text-decoration: underline;*/
/*}*/
/* ��һ��banner */
.section0 {
    text-align: center;
}
.banner {
    height: 100%;
    padding-top: 0.2rem;
    display: flex;
    align-items: center;
}
.b-slogan {
    font-size: 0.365rem;
    color: #fff;
}
.b-sloganen {
    display: inline-block;
    padding-bottom: 0.14rem;
    border-bottom: 1px solid #00f9ff;
    margin-top: 0.36rem;
    margin-bottom: 0.4rem;
    font-size: 0.34rem;
    font-weight: 100;
    color: rgba(0,249,255,.8);
}
.b-intros {
    font-size: 0.32rem;
    color: #fff;
    font-weight: 200;
}

/* �ڶ�����˾��� */
.home-title {
    padding-top: 1.4rem;
    margin-bottom: 0.4rem;
}
.h-title-name {
    width: 1.6rem;
    line-height: 0.36rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #0085cc;
    font-size: 0.32rem;
    color: #263460;
}
.h-title-name::before {
    content: "";
    width: 0;
    height: 0;
    line-height: 0.36rem;
    vertical-align: middle;
}
.h-title-name > span {
    display: inline-block;
}
.h-title-name-en {
    width: calc(100% - 1.74rem);
    line-height: 0.24rem;
    padding-bottom: 0.08rem;
    border-bottom: 1px solid rgba(38,52,96,0.3);
    font-size: 0.24rem;
    color: rgba(38,52,96,0.8);
}

.p-left {
    width: 5.4rem;
    height: 6rem;
    background: url(../images/bg_jieshao.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.p-left img {
    width: 3.58rem;
    margin-top: 2.22rem;
    margin-left: 0.46rem;
    margin-bottom: 0.24rem;
}
.p-left p {
	margin-top: 1.8rem;
    margin-left: 0.46rem;
    margin-bottom: 0.24rem;
	font-size: 0.8rem;
	color: #fff;
}
.p-left > span {
    margin-left: 0.46rem;
    font-size: 0.2rem;
    color: #fff;
    font-weight: 100;
}
.p-right {
    width: calc(100% - 5.4rem);
    height: 6rem;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 0.46rem 0.7rem 0.46rem 0.66rem;
    font-size: 0.16rem;
    position: relative;
}
.p-right h2 {
    font-size: 0.36rem;
    color: #263460;
    font-weight: 300;
    margin-bottom: 0.34rem;
}
.p-right p {
    font-size: 0.16rem;
    text-indent: 2em;
    line-height: 0.28rem;
}
.learn-more {
    display: inline-block;
    position: absolute;
    left: 0.66rem;
    bottom: 0.46rem;
    width: 1.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 4px;
    border: 1px solid rgba(30,42,74,0.6);
    background-color: #fff;
    text-align: center;
    font-size: 0.18rem;
    color: #263460;
}
.learn-more:hover {
    background-color: rgb(30,42,74);
    color: #fff;
}

/* ������ ��Ʒ����� */
.home-title1 .h-title-name {
    border-left: 0.06rem solid #00f9ff;
    color: #fff;
}
.home-title2 .h-title-name {
    width: 1.94rem;
}
.home-title2 .h-title-name-en {
    width: calc(100% - 2.1rem);
}
.home-title1 .h-title-name-en {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.8);
}
.home-product {
    width: 100%;
    height: 7rem;
    overflow:hidden; 
}
.items {
    float: left;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(38,52,96,0.3);
    border-right: 1px solid #8bb8e2;
    text-align: center;
    cursor: pointer;
    position:relative;
}
.items.item05 {
    border: none;
}
.items-tont {
    position: relative;
    height: 100%;
}
.item-img {
    display: inline-block;
    width: 1rem;
   position: absolute;
    top: 1.7rem;
    left: 0.7rem;
}

.item-line {
    display: inline-block;
    width: 0.56rem;
    height: 0.05rem;
    background-color: #fff;
    position: absolute;
    top: 3.3rem;
    left: 0.92rem;
}
.item-name {
    display: inline-block;
    font-size: 0.32rem;
    font-weight: 200;
    color: #fff;
    position: absolute;
    left: 0.6rem;
    top: 3.9rem;
}
.item-link {
    display: inline-block;
    width: 1.8rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.06rem;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    font-size: 0.24rem;
    font-weight: 200;
    position: absolute;
    left: 0.29rem;
    bottom: -0.6rem;
}
.item-link:hover {
	background-color: rgba(255,255,255,0.7);
}
.items-tont:hover .item-img {
    animation: itemIng .5s linear infinite;
    animation-iteration-count: 1;
    top: auto; bottom: 1rem;
}
.items-tont:hover .item-line {
	top: 1.7rem;
}
.items-tont:hover .item-name {
	top: 2.3rem;
}
.items-tont:hover .item-link {
	top: auto;
	bottom: 2.4rem;
}

@keyframes itemIng {
  0% { top: 1.7rem; }
  50% { top: -1.7rem; }
  51% { top: auto; bottom: -1.7rem; }
  100% { top: auto; bottom: 1rem; }
}
.item01 {
  animation-delay: 0;
}
.item02 {
  animation-delay: 200ms;
}
.item03 {
  animation-delay: 400ms;
}
.item04 {
  animation-delay: 600ms;
}
.item05 {
  animation-delay: 800ms;
}

/* ������ �������� */
.home-news {

}
.home-news ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.home-news ul li:last-child {
    margin-right: 0;
}
.home-news ul li a {
    display: block;
    width: 100%;
    padding: 2px;
    background-color: #fff;
}
.home-news ul li a img {
    width: 100%;
   /*  min-height: 2.84rem; */
    height: 2.84rem;

}
.home-news ul li a h4 {
    text-align: center;
    font-size: 0.18rem;
    margin-top: 0.34rem;
    margin-bottom: 0.34rem;
    color: #263460;
}
.hnews-abbr {
    text-indent: 2em;
    line-height: 1.6em;
    font-size: 0.14rem;
    color: #676e88;
    padding: 0 0.28rem 0.32rem 0.28rem;
    border-bottom: 1px solid #bdc2cf;
    height: 0.78rem;
}
.hnews-date {
    line-height: 0.4rem;
    font-size: 0.14rem;
    color: #676e88;
    text-align: center;
}
.home-news ul li a:hover {
    background-color: rgb(30,42,74);
    color: #fff;
}
.home-news ul li a:hover h4, .home-news ul li a:hover .hnews-abbr, .home-news ul li a:hover .hnews-date {
    color: #fff;
}

.home-more {
    margin-top: 0.4rem;
    text-align: center;
    animation-delay: 600ms;
}
a.news-more {
    display: inline-block;
    width: 3rem;
    height: 0.54rem;
    line-height: 0.54rem;
    border-radius: 0.06rem;
    background-color: #fff;
    font-size: 0.18rem;
    color: #263460;
    padding: 0 0.125rem;
}
a.news-more:hover {
    background-color: #263460;
    font-size: 0.18rem;
    color: #fff;
}
/* �ײ� */
.footer {
    width: 100%;
    height: 3.54rem;
    background: url(../images/bg_dilan.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.foot-nav {
    width: 86%;
    padding-top: 0.3rem;
}
.foot-nav > li {
    float: left;
    width: 16.66%;
    text-align: center;
    color: #fff;
}
.foot-qrcode {
    width: 14%;
    padding-top: 0.3rem;
    box-sizing: border-box;
    padding-right: 0.14rem;
    text-align: center;
}
.foot-qrcode img {
    width: 74%;
}
.foot-qrcode > span {
    display: inline-block;
    width: 80%;
    margin-top: 0.1rem;
    font-size: 0.14rem;
    text-align: center;
    color: #fff;
}
.nav-bta {
    line-height: 0.32rem;
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    color: #fff;
}

.nav-btdrop {
    margin-top: 0.08rem;
}
.nav-btdrop a {
    font-size: 0.14rem;
    line-height: 0.32rem;
    color: #fff;
}
.nav-btdrop a:hover {
    text-decoration: underline;
    color: #00f9ff;
}
.foot-info {
    margin-top: 0.14rem;
    padding-top: 0.18rem;
    border-top: 1px solid #4f92c9;
}
.foot-info p {
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
}
/* ���Ƶ� */
.control-dot {
    position: fixed;
    top: 50%;
    right: 0.6rem;
    z-index: 10;
}
.relationbtn {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    padding: 0.06rem;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0.16rem;
    cursor: pointer;
}
.secactive {
    border: 1px solid #fff;
}
.shape {
    /*display: inline-block;*/
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
}

/* right-fixed */
.right-fixed{position:fixed; right:0px; bottom:150px;}
.right-fixed li{width:50px; height:50px; line-height: 50px; text-align: center;background-color:#cacaca; margin-bottom:1px; cursor:pointer; position:relative;}
.right-fixed li:hover {background-color: #009edb;}
.tel-cont, .msg-cont, .mail-cont, .weixin-logo {width:182px; display:none; position:absolute; bottom:0; left:-182px; line-height: 30px; padding: 10px 0;background-color: #333; color: #fff; text-align: center; box-sizing:border-box;}
.weixin-logo img {
	width: 100px;
}
.right-fixed .chuyutel:hover .tel-cont {display:block;}
.right-fixed .chuyumsg:hover .msg-cont {display:block;}
.right-fixed .chuyumail:hover .mail-cont {display:block;}
.right-fixed .weixin:hover .weixin-logo{display:block;}
.right-fixed .back-top{background-image:url(../images/icon_return.png); background-repeat:no-repeat;}
.right-fixed .back-top:hover{background-image:url(../images/icon_return.png); background-repeat:no-repeat;}
.right-fixed .back-top{display:none; background-position:0 -56px;}
.right-fixed .back-top:hover{background-position:0 0;}
/*
.right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .app-logo, .weixin-logo{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .app:hove, .right-fixed .weixin:hover, .right-fixed .wap:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .back-top{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .back-top:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .app{background-position:-10px -170px;}
.right-fixed .weixin{background-position:-65px -170px;}
.right-fixed .wap{background-position:-120px -170px;}
.right-fixed .back-top{display:none; background-position:-175px -170px;}
.right-fixed .app:hover{background-position:-10px -114px;}
.right-fixed .weixin:hover{background-position:-65px -114px;}
.right-fixed .wap:hover{background-position:-120px -114px;}
.right-fixed .back-top:hover{background-position:-175px -114px;}
.app-logo, .weixin-logo, .wap-logo{width:162px; display:none; position:absolute; bottom:0; left:-162px; border:1px solid #ccc; box-sizing:border-box;}
.app-logo{height:180px; background-position:-180px -229px;}
.weixin-logo{height:200px; background-position:-10px -229px;}
.right-fixed .app:hover .app-logo{display:block;}
.right-fixed .weixin:hover .weixin-logo{display:block;}
.right-fixed .wap:hover .wap-logo{display:block;}
*/

/* ����ҳ�� */
.index-box {
    padding-top: 1rem;
}
.index-banner {
    width: 100%;
    height: 4rem;  
    color: #fff;
}
.index-banner p {
    color: #fff;
}
.inbanner-gsjj {
    background: url(../images/banner_bg_jianjie.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-fzlc {
    background: url(../images/banner_bg_licheng.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-qywh {
    background: url(../images/banner_bg_wenhua.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-zzry {
    background: url(../images/banner_bg_rongyu.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-lxwm {
    background: url(../images/banner_bg_contact.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-gsxw {
    background: url(../images/banner_bg_xinwen.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-mtgz {
    background: url(../images/banner_bg_meiti.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-cykx {
    background: url(../images/banner_bg_xinwen.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-xmdx {
    background: url(../images/banner_bg_xinwen.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-jdgz {
    background: url(../images/banner_bg_meiti.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-spzq {
    background: url(../images/banner_bg_shipin.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-gjxx {
    background: url(../images/banner_bg_gujia.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-gsgg {
    background: url(../images/banner_bg_gonggao.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-cwbg {
    background: url(../images/banner_bg_caiwu.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-tzzfw {
    background: url(../images/banner_bg_gujia.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-rcln {
	background: url(../images/banner_bg_linian.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-zxns {
	background: url(../images/banner_bg_join.jpg) no-repeat;
    background-size: 100% 100%;
}

.inbanner-gjj {
	background: url(../images/banner_bg_guojiaji.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-sbj {
	background: url(../images/banner_bg_gaosu.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-csj {
	background: url(../images/banner_bg_chengshiji.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-xsxc {
	background: url(../images/banner_bg_xunshi.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-ylxc{
    background: url(../images/banner_bg_join.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-wbwc {
	background: url(../images/banner_bg_wenwu.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-zhxf{
	background: url(../images/banner_bg_zhyq.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-tyjr {
	background: url(../images/banner_bg_tuiyi.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-mtyw {
	background: url(../images/banner_bg_matou.jpg) no-repeat;
    background-size: 100% 100%;
}
.inbanner-pacs {
	background: url(../images/banner_bg_pinan.jpg) no-repeat;
    background-size: 100% 100%;
}
.int-en {
    padding-top: 1.2rem;
    font-size: 0.44rem;
}
.int-cn {
    margin-top: 0.18rem;
    font-size: 0.26rem;
    font-weight: 100;
}
.int-cn::after {
    content: "";
    display: block;
    width: 0.24rem;
    height: 0.04rem;
    background-color: #00fff0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    margin-top: 0.1rem;
    margin-bottom: 0.18rem;
}
.int-introduce {
    font-size: 0.2rem;
    font-weight: 100;
}

/* ����ҳ������˵� */
.index-nav {
    width: 100%;
    height: 0.78rem;
    background-color: #dbdee6;
}
.nav-second {
    display: table;
    margin: 0 auto;
}
.nav-second li {
    display: table-cell;
    height: 0.78rem;
    line-height: 0.78rem;
}
.nav-second li a {
    display: inline-block;
    line-height: 0.78rem;
    padding: 0 0.36rem;
    font-size: 0.16rem;
    color: #263460;
}
.nav-second li a:hover, .nav-second li.active a {
    background-color: #0085cc;
    color: #fff;
}

/* ����ҳ���������� */
.index-page {
    padding: 0.84rem 0 0.8rem 0;
    #background-color: #f0f1f5;
    color: #263460;
}
/* ��˾��� */

.jianjie1 {
    width: 46%;
    height: 3.6rem;
    background-color: #263460;
    color: #fff;
    font-size: 0.24rem;
    box-sizing: border-box;
    padding: 0.7rem 0 0 1rem;
}
.jianjie1 > img {
    width: 2.7rem;
    margin-bottom: 0.2rem;
}
.jianjie2 {
    width: 54%;
    height: 3.6rem;
    background: url(../images/peitu_3.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}
.jianjie2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
}
.jianjie2 .play-btn {
    display: inline-block;
    width: 1.24rem;
    height: 1.24rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.62rem;
    margin-top: -0.62rem;
}
.jianjie2 .play-btn img {
    width: 100%;
}
.jianjie3 {
    padding: 0.6rem 0.76rem;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.jianjie3 p {
    text-indent: 2em;
    line-height: 2em;
    font-size: 0.16rem;
    color: rgba(38,52,96,0.8);
}

/* ��չ���� */
.licheng-cont {
    width: 100%;
    padding-top: 0.2rem;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(122,122,122,0.2);
}
.item-tit {
    padding: 0.3rem 0;
    font-size: 0.34rem;
    font-weight: 400;
    text-align: center;
}
.item-tit span {
    display: inline-block;
    position: relative;
}
.item-tit span::after {
    content: "";
    display: block;
    width: 0.34rem;
    height: 0.04rem;
    background-color: #0085cc;
    margin-top: 0.1rem;
    position: absolute;
    left: 0;
    top: 0.36rem;
}

.licheng-list {
    width: 100%;
    padding: 0.3rem 0.36rem;
}
.licheng-list ul li {
    width: 100%;
}
.licheng-year1 {
    float: left;
    width: 48%;
    text-align: right;
    font-size: 0.3rem;
    position: relative;
    z-index: 10;
}

.licheng-year1::after {
    content: "";
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background-color: #263460;
    position: absolute;
    right: -0.3rem;
    top: 0.11rem;
}
.licheng-year2 {
    float: right;
    width: 48%;
    text-align: left;
    font-size: 0.3rem;
    position: relative;
    z-index: 10;
}
.licheng-year2::after {
    content: "";
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background-color: #263460;
    position: absolute;
    left: -0.27rem;
    top: 0.11rem;
}
.licheng-event1 {
    float: right;
    width: 50%;
    border-left: 2px solid rgba(38,52,96,0.8);
    padding-left: 0.4rem;
    padding-bottom: 0.4rem;
    position: relative;
}

.licheng-event1::before {
    content: "";
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -0.14rem;
    top: 0.04rem;
}
.licheng-event2 {
    float: left;
    width: calc(50% + 2px);
    border-right: 2px solid rgba(38,52,96,0.8);
    padding-right: 0.4rem;
    padding-bottom: 0.4rem;
    position: relative;
}
.licheng-event2::before {
    content: "";
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: -0.14rem;
    top: 0.04rem;
}
.licheng-event-box {
    width: 100%;
    border: 1px solid rgba(38,52,96,0.4);
    padding: 0.12rem 0.16rem;
}
.licheng-event-box > p {
    font-size: 0.16rem;
    line-height: 2em;
}
.first-item .licheng-event1 {
    padding-bottom: 1rem;
}
.first-item .licheng-event1::before {
    top: 0;
}


/* ��ҵ�Ļ� */
.wenhua-list, .zizhi-list, .rencai-list {
    margin-top: 0.42rem;
}
.cywh-columns {
    height: 3rem;
    margin-bottom: 0.32rem;
    text-align: center;
}
.cywh-columns2 {
    height: 5.2rem;
    margin-bottom: 0.32rem;
}
.cywh-columns > div {
    height: 100%;
}
.col25 {
    width: 25%;
}
.col33 {
    width: 33%;
}
.col34 {
    width: 34%;
}
.col66 {
    width: 66%;
}
.col50 {
    width: 50%;
}
.column01 {
    padding: 0.48rem 0.2rem 0 0.2rem;
    background-color: #dbdee7;
}
.column02 {
    padding: 0.48rem 0.2rem 0 0.2rem;
    background-color: #fff;
}
.column03 {
    padding: 0.48rem 0.2rem 0 0.2rem;
    background-color: #263460;
    color: #fff!important;
}
.column04 img {
    width: 100%;
    height: 100%;
}
.column05 {
    padding: 0.48rem 0.2rem 0 0.2rem;
}
.column08 {
    padding: 0.3rem 0.3rem 0 0.3rem;
    background-color: #263460;
    color: #fff!important;
}
.columns-num {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
}
.columns-tit {
    margin-bottom: 0.08rem;
    font-size: 0.24rem;
    font-weight: 700;
}
.columns-tit-en {
    font-size: 0.17rem;
}
.columns-tit-en {
    margin-bottom: 0.4rem;
}
.cywh-columns p {
    font-size: 0.19rem;
    line-height: 0.34rem;
    color: rgba(38,52,96,0.8);
}

.cywh-columns .column03 p {
    color: #fff;
    font-size: 0.22rem;
}
.cywh-columns .column06 p {
    font-size: 0.22rem;
}
.cywh-columns .column05 p {
    font-size: 0.22rem;
}

.cywh-columns2 p {
    font-size: 0.15rem;
    line-height: 0.3rem;
    text-align: left;
    color: #fff;
}
.column07 {
    padding: 0;
}
.column07 img {
    width: 4.1rem;
}
.column07::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 5.2rem;
    line-height: 5.2rem;
    vertical-align: middle;
}

/* �������� */
.cyzizhi-columns {
    width: 100%;
    padding: 0 0.15rem;
}
.columns00 {
    width: 33%;
    padding: 0.15rem;
}
.zizhi-img {
    width: 100%;
    height: 2.7rem;
    border: 1px solid rgba(38,52,96,0.4);
    padding: 0.07rem 0.09rem;
}
.zizhi-imgbg {
    width: 100%;
    height: 100%;
    line-height: 2.54rem;
    background-color: rgba(38,52,96,0.2);
    vertical-align: middle;
}
.zizhi-imgbg img {
    width: 100%;
}
.zizhi-name {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    background-color: rgba(38,52,96,0.1);
    text-align: center;
    font-size: 0.16rem;
}

/* �˲����� */
.idea01 {
    height: 4rem;
    padding: 0.9rem 1.4rem 0 0.46rem;
    background-color: #fff;
}
h3.ideatit01 {
    margin-bottom: 0.26rem;
    font-size: 0.56rem;
}
.ideatit01-en {
    margin-bottom: 0.4rem;
    font-size: 0.18rem;
    color: #7f859a;
}
.ideaimg img {
    width: 100%;
}
.ideainfo01 {
    line-height: 0.4rem;
    font-size: 0.28rem;
    color: rgba(38,52,96,0.9);
}
.idea02 {
    height: 4rem;
    padding-top: 1.5rem;
    border-right: 1px solid rgba(255,255,255,0.4);
    background-color: #263460;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ideanum, .ideatit02-en {
    font-size: 0.2rem;
}
.ideatit02 {
    margin: 0.18rem 0;
    font-size: 0.32rem;
}
.ideainfo02 {
    margin-top: 1.6rem;
    font-size: 0.24rem;
    line-height: 2em;
}
.idea02:hover {
    background-color: #0084cc;
}



/* ��˾���� */
.inbanner-gsxw {
    background: url(../images/banner_bg_xinwen.jpg) no-repeat;
    background-size: 100% 100%;
}
.news-list ul li {
    padding: 0.26rem 0;
    border-bottom: 1px solid rgba(30,42,74,0.2);
}
.newsgs-img {
    width: 3.8rem;
    height: 2.84rem;
}
.newsgs-img img {
    width: 100%;
    height: 100%;
}
.newsgs-cont {
    width: calc(100% - 4.1rem);
}
.newsgs-cont h5 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: 0.24rem;
}
.news-date {
    color: rgba(38,52,96,0.7);
    font-size: 0.14rem;
}
.newsgs-cont p {
    font-size: 0.16rem;
    line-height: 2em;
    text-indent: 2em;
    margin: 0.28rem 0;
    height: 0.96rem;
}
.newsgs-more {
    display: inline-block;
    padding: 0.12rem 0.3rem;
    border-radius: 4px;
    border: 1px solid #0085cc;
    background-color: #fff;
    color: #0085cc;
    font-size: 0.18rem;
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
}
.newsgs-more:hover {
    background-color: #0085cc;
    color: #fff;
}
.content-txt {
	margin: 0.3rem 0;
}
.content-txt p {
	text-indent: 2em;
	line-height: 2em;
	font-size: 0.16rem;
	text-align: justify;
}
.content-txt > img {
	width: 100%;
	margin-bottom: 0.1rem;
}

.news-main h3 {
    font-size: 0.28rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.26rem;
}
.news-contdate {
    font-size: 0.14rem;
    text-align: right;
}
.news-contdate span {
    margin-left: 0.2rem;
}

.map-cont p {
	margin-bottom: 0.3rem;
	font-size: 0.2rem;
}
#mapIframe {
	width: 100%;
	height: 5.2rem;
}
.map-cont {
	padding: 0.5rem;
}

.video-div {
	text-align: center;
}
.video-txt {
	margin-top: 0.2rem;
}

/* �˵� */
.mobileNav {
	padding: 0.32rem 0.2rem 0 0;
	display: none;
}
.mobileNav i {
	display: block;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	margin-bottom: 3px;
	background-color: #0085cc;
}
.nav1 {
	display: none;
	position: fixed;
    top: 1rem;
    left: 0;
    width: 100%;
    height: calc(100% - 1rem);
    background-color: rgba(0, 0, 0, 0.82);
    z-index: 1000;
    box-sizing: border-box;
    padding: 0.4rem;
}
.menu1 > li {
	padding: 0.3rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #efefef;
}
.menu1>li>a {
	display: inline-block;
	width: 100%;
	font-size: 0.4rem;
	color: #fff;
}
.sub-menu1 {
	display: none;
}
.sub-menu1 a {
	padding: 0.2rem 0.4rem;
	font-size: 0.5rem;
	color: #0085cc;
}

/* 2022年6月25日 17:17:55 */

.wrap {
    margin: 0 auto;
    width: 1199px;
    height: 6.8rem;
    position: relative;
    overflow: hidden;
  }
  .pic {
    width: 699px;
    height: 6.8rem;
    cursor: pointer;
  }
  
  .pic1 {
    background: url("../images/banner01.png");
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .pic_num {
    width: 0.48rem;
    position: absolute;
    top: 3.5rem;
    left: 0.26rem;
    display: none;
  }
  .pic_num1{
    width: 0.48rem;
    position: absolute;
    top: 3.5rem;
    left: 0.26rem;
    display: block;
  }
  .pic_num1_pic {
    background: url("../images/banner01_tip.png");
    width: 0.48rem;
    height: 0.48rem;
    background-position: 0 0;
  }
  .pic_num2_pic {
    background: url("../images/banner02_tip.png");
    width: 0.48rem;
    height: 0.48rem;
    background-position: 0 0;
  }
  .pic_num3_pic {
    background: url("../images/banner03_tip.png");
    width: 0.48rem;
    height: 0.48rem;
    background-position: 0 0;
  }
  .pic_num4_pic {
    background: url("../images/banner04_tip.png");
    width: 0.48rem;
    height: 0.48rem;
    background-position: 0 0;
  }
  .pic_num5_pic {
    background: url("../images/banner05_tip.png");
    width: 0.48rem;
    height: 0.48rem;
    background-position: 0 0;
  }
  .pic_num6_pic {
    background: url("../images/banner06_tip.png");
    width: 0.48rem;
    height: 0.48rem;
    background-position: 0 0;
  }
  .pic_num_title {
    font-size: 0.3rem;
    height: 1.68rem;
    margin-top: 0.24rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 0.35rem;
    margin-left: 0.09rem;
  }
  
  .pic2 {
    background: url("../images/banner02.png");
    position: absolute;
    left: 699px;
    z-index: 3;
  }
  
  .pic3 {
    background: url("../images/banner03.png");
    position: absolute;
    left: 799px;
    z-index: 5;
  }
  .pic_num3 {
    width: 0.48rem;
    height: 0.96rem;
    position: absolute;
    top: 3.5rem;
    left: 0.26rem;
    display: none;
  }
  
  .pic4 {
    background: url("../images/banner04.png");
    position: absolute;
    left: 899px;
    z-index: 7;
  }
  
  .pic5 {
    background: url("../images/banner05.png");
    position: absolute;
    left: 999px;
    z-index: 9;
  }
  
  .pic6 {
    background: url("../images/banner06.png");
    position: absolute;
    left: 1099px;
    z-index: 11;
  }
  
  .opacity {
    opacity: 0.6;
    background-color: black;
  }
  .pic_detail1 {
    width: 100%;
    position: absolute;
    height: 1.6rem;
    left: 0;
    bottom: 0;
    background: rgba(47, 84, 235, 0.8);
  }
  .pic_detail2 {
    width: 100%;
    position: absolute;
    height: 1.6rem;
    left: 0;
    bottom: 0;
    background: rgba(47, 84, 235, 0.8);
    display: none;
  }
  .pic_detail3 {
    width: 100%;
    position: absolute;
    height: 1.6rem;
    left: 0;
    bottom: 0;
    background: rgba(47, 84, 235, 0.8);
    display: none;
  }
  .pic_detail4 {
    width: 100%;
    position: absolute;
    height: 1.6rem;
    left: 0;
    bottom: 0;
    background: rgba(47, 84, 235, 0.8);
    display: none;
  }
  .pic_detail5 {
    width: 100%;
    position: absolute;
    height: 1.6rem;
    left: 0;
    bottom: 0;
    background: rgba(47, 84, 235, 0.8);
    display: none;
  }
  .pic_detail6 {
    width: 100%;
    position: absolute;
    height: 1.6rem;
    left: 0;
    bottom: 0;
    background: rgba(47, 84, 235, 0.8);
    display: none;
  }
  .detail_title_img {
    width: 0.48rem;
    height: 0.42rem;
  }
  .pic_detail_title {
    margin: 0.24rem;
    display: flex;
  }
  .pic_detail_title > span {
    margin-left: 0.12rem;
    margin-top: 0.03rem;
    font-size: 0.3rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    display: block;
  }
  .pic_detail_content {
    margin: 0.15rem 0.36rem 0 0.24rem;
    display: flex;
    justify-content: space-around;
  }
  .detail_content_left {
    font-size: 0.16rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 0.24rem;
    width: 5rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .detail_content_right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content_right_link {
    height: 0.5rem;
    width:1.2rem;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #2f54eb;
    line-height: 0.21rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.zhxf-top-menu{
    display: flex;
    margin-top:30px;
    align-items: flex-end;
    justify-content: center;
}
.zhxf-top-menu>li>a{
    display: block;
    font-size:0.16rem;
    padding: 0 0.1rem;
    margin-right: 0.1rem;
    line-height: 0.5rem;
    height: 0.5rem;
}
.zhxf-top-menu>.active a,
.zhxf-top-menu>li>a:hover{
    background-color: #0085cc;
    color: #fff;
}
/*首页智慧消防菜单页面对应的图片开始*/
.zhxf-znxf-bg{
    width: 12.26rem;
    height: 32.24rem;
    margin-bottom: 0.14rem;
    background: url(../images/zhxf-page.png) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999999px;
    object-fit: cover;
}
.zhxf-znsjg-bg{
    width: 12.26rem;
    height: 23.09rem;
    margin-bottom: 0.14rem;
    background: url(../images/zhxf-znsjg-bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999999px;
    object-fit: cover;
}
.zhxf-znsh-bg{
    width: 12.26rem;
    /*3153*/
    height: 31.94rem;
    margin-bottom: 0.14rem;
    background: url(../images/zhxf-znsh-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999999px;
    object-fit: cover;
}
.zhxf-xfqxj-bg{
    width: 12.26rem;
    /*2754*/
    height: 27rem;
    margin-bottom: 0.14rem;
    background: url(../images/zhxf-xfqxj-bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999999px;
    object-fit: cover;
}
.zhxf-zbwz-bg{
    width: 12.26rem;
    /*2242*/
    height: 22.69rem;
    margin-bottom: 0.14rem;
    background: url(../images/zhxf-zbwz-bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999999px;
    object-fit: cover;
}
.zhxf-zjaq-bg{
    width: 12.26rem;
    /*3000*/
    height: 30.36rem;
    margin-bottom: 0.14rem;
    background: url(../images/zhxf-zjaq-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999999px;
    object-fit: cover;
}
.zhxf-yrsh-bg{
    width: 12.26rem;
    /*4410*/
    height: 44.63rem;
    margin-bottom: 0.14rem;
    background: url(../images/zhxf-yrsh-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999999px;
    object-fit: cover;
}
/*首页智慧消防菜单页面对应的图片结束*/
@media screen and (max-width: 1600px) {
    html {
        font-size: 82px;
    }
    .home-more {
        margin-top: 0.3rem;
    }

}
@media screen and (max-width: 1400px) {
    html {
        font-size: 72px;
    }
    .web-main {
        width: 16.7rem;
    }
    .home-title {
        padding-top: 1.24rem;
        margin-bottom: 0.3rem;
    }
    .home-news ul li a h4 {
        margin-top: 0.28rem;
        margin-bottom: 0.28rem;
        font-size: 14px;
    }
    .hnews-abbr {
        padding: 0 0.22rem 1.58rem 0.22rem;
    }
    .home-more {
        margin-top: 1%;
    }
    .jianjie1{
        padding: 0.7rem 0 0 .5rem;
    }
    .pic_num1{
        width: 0.63rem;
        position: absolute;
        top: 3.5rem;
        left: 0.26rem;
        display: block;
      }
    .pic_num1_pic {
        background: url("../images/banner01_tip.png");
        width: 0.63rem;
        height: 0.6rem;
        background-position: 0 0;
      }
      .pic_num2_pic {
        background: url("../images/banner02_tip.png");
        width: 0.63rem;
        height: 0.6rem;
        background-position: 0 0;
      }
      .pic_num3_pic {
        background: url("../images/banner03_tip.png");
        width: 0.63rem;
        height: 0.6rem;
        background-position: 0 0;
      }
      .pic_num4_pic {
        background: url("../images/banner04_tip.png");
        width: 0.63rem;
        height: 0.6rem;
        background-position: 0 0;
      }
      .pic_num5_pic {
        background: url("../images/banner05_tip.png");
        width: 0.63rem;
        height: 0.6rem;
        background-position: 0 0;
      }
      .pic_num6_pic {
        background: url("../images/banner06_tip.png");
        width: 0.62rem;
        height: 0.6rem;
        background-position: 0 0;
      }
      .pic_num_title {
        font-size: 0.3rem;
        height: 1.68rem;
        margin-top: 0.24rem;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: #ffffff;
        line-height: 0.35rem;
        margin-left: 0.16rem;
      }

    .zhxf-znxf-bg{
        width: 16rem;
        height: 37.28rem;
        margin-bottom: 0.14rem;
        background: url(../images/zhxf-page.png) no-repeat center center;
        background-size: 100% 100%;
        text-indent: -9999999px;
        object-fit: cover;
    }
    .zhxf-znsjg-bg{
        width: 16rem;
        height: 26.71rem;
        margin-bottom: 0.14rem;
        background: url(../images/zhxf-znsjg-bg.png) no-repeat center center;
        background-size: 100% 100%;
        text-indent: -9999999px;
        object-fit: cover;
    }
    .zhxf-znsh-bg{
        width: 16rem;
        /*3153*/
        height: 36.94rem;
        margin-bottom: 0.14rem;
        background: url(../images/zhxf-znsh-bg.jpg) no-repeat center center;
        background-size: 100% 100%;
        text-indent: -9999999px;
        object-fit: cover;
    }
    .zhxf-xfqxj-bg{
        width: 16rem;
        /*2754*/
        height: 31.22rem;
        margin-bottom: 0.14rem;
        background: url(../images/zhxf-xfqxj-bg.png) no-repeat center center;
        background-size: 100% 100%;
        text-indent: -9999999px;
        object-fit: cover;
    }
    .zhxf-zbwz-bg{
        width: 16rem;
        /*2242*/
        height: 26.24rem;
        margin-bottom: 0.14rem;
        background: url(../images/zhxf-zbwz-bg.png) no-repeat center center;
        background-size: 100% 100%;
        text-indent: -9999999px;
        object-fit: cover;
    }
    .zhxf-zjaq-bg{
        width: 16rem;
        /*3000*/
        height: 35.12rem;
        margin-bottom: 0.14rem;
        background: url(../images/zhxf-zjaq-bg.jpg) no-repeat center center;
        background-size: 100% 100%;
        text-indent: -9999999px;
        object-fit: cover;
    }
    .zhxf-yrsh-bg{
        width: 16rem;
        /*4410*/
        height: 51.62rem;
        margin-bottom: 0.14rem;
        background: url(../images/zhxf-yrsh-bg.jpg) no-repeat center center;
        background-size: 100% 100%;
        text-indent: -9999999px;
        object-fit: cover;
    }
}
@media screen and (max-width: 1024px) {
    html {
        font-size: 56px;
    }
    .web-main, .index-box, .index-page, .index-nav, .footer {
        width: 12.5rem;
    }
    .home-title {
        padding-top: 1.24rem;
        margin-bottom: 0.3rem;
    }
    .home-news ul li a h4 {
        margin-top: 0.28rem;
        margin-bottom: 0.28rem;
        font-size: 14px;
    }
    .hnews-abbr {
        padding: 0 0.22rem 1.58rem 0.22rem;
    }
    .home-more {
        margin-top: 1%;
    }
    .right-fixed {
    	display: none;
    }
    .nav {
    	display: none;
    }
    .mobileNav {
    	display: block;
    }
    .jianjie1{
        padding: 0.7rem 0 0 .5rem;
    }
    .licheng-year1::after{
        right: -0.25rem;
    top: .12rem;
    }
    .licheng-event1::before{
        left: -0.175rem;
    }
    .licheng-year2::after{
        left: -0.2rem;
        top: 0.11rem;
    }
    .columns-tit-en{
       margin-bottom:0.125rem
    }
    .col25{
        width: 33%;
    }
    .column07 img{
        width: 3.1rem;
    }
    .cywh-columns > div{
        overflow-y: hidden
    }
    .cywh-columns2 p{
        line-height:0.4225rem;
    }
    .columns00{
        width: 50%;
    }
    .zizhi-img{
        height: 3.1rem;
    }
    .zizhi-name{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .chuyu-address{
        display: flex;
    justify-content: space-between;
    }
    .chuyu-address >.col66{
        width: 41%;
    }
    .newsgs-cont{
        overflow-y: hidden;
    }
    .newsgs-cont p{
        text-indent: 2em;
        margin: -1px 0 0px 0;
        height: 100%;
    }
    .newsgs-cont h5{
        line-height: 0.4rem;
    }
    .zhxf-znxf-bg{
 width:100%;
        background: url(../images/zhxf-page.png) no-repeat center  top;
        magin:0 auto; 
           background-size: 127% auto;

    }
    .zhxf-znsjg-bg{
        width: 100%;
        background: url(../images/zhxf-znsjg-bg.png) no-repeat center  top;
        magin:0 auto;
        background-size: 130% auto;
    }
    .zhxf-znsh-bg{
        width: 100%;
        background: url(../images/zhxf-znsh-bg.jpg) no-repeat center top;
        magin:0 auto;
        background-size: 130% auto;
    }
    .zhxf-xfqxj-bg{
        width: 100%;
        background: url(../images/zhxf-xfqxj-bg.png) no-repeat center  top;
        magin:0 auto;
        background-size: 130% auto;

    }
    .zhxf-zbwz-bg{
        width: 100%;
        background: url(../images/zhxf-zbwz-bg.png) no-repeat center  top;
        magin:0 auto;
        background-size: 130% auto;
    }
    .zhxf-zjaq-bg{
        width: 100%;
        background: url(../images/zhxf-zjaq-bg.jpg) no-repeat center  top;
        magin:0 auto;
        background-size: 130% auto;
    }
    .zhxf-yrsh-bg{
        width: 100%;
        background: url(../images/zhxf-yrsh-bg.jpg) no-repeat center  top;
        magin:0 auto;
        background-size: 130% auto;
    }
}
@media screen and (max-width: 768px) {
.txt_img img{
  width:100%!important;
  height:100%!important;
}

    .temp3{
    margin-bottom: 0.2rem;
}
     
    .newsgs-cont h5{
        line-height: 0.4rem;
    }
    .newsgs-cont{
        overflow-y: hidden;
    }
    .newsgs-cont p{
        text-indent: 2em;
        margin: -1px 0 0px 0;
        height: 100%;
    }
    .chuyu-address{
        display: flex;
    justify-content: space-between;
    }
    .chuyu-address >.col66{
        width: 41%;
    }
    .zizhi-name{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .zizhi-img{
        height: 3.1rem;
    }
    .columns00{
        width: 50%;
    }
    .cywh-columns2 p{
        line-height:0.4225rem;
    }
    .cywh-columns > div{
        overflow-y: hidden
    }
    .column07 img{
        width: 3.1rem;
    }
    .col25{
        width: 33%;
    }
    .columns-tit-en{
        margin-bottom:0.125rem
     }
    .licheng-event1::before{
        left: -0.175rem;
    }
    .licheng-year1::after{
        right: -0.25rem;
    top: .12rem;
    }
    .licheng-year2::after{
        left: -0.2rem;
        top: 0.11rem;
    }
    .licheng-event2::before{
        right: -0.17rem;
    }
    .jianjie1{
        padding: 0.7rem 0 0 .5rem;
    }
    html {
        font-size: 40px;
    }
    .web-main, .index-box, .index-page, .index-nav, .footer {
        width: 100%;
    }
    .home-title {
        padding-top: 1.24rem;
        margin-bottom: 0.3rem;
    }
    .home-news ul li a h4 {
        margin-top: 0.28rem;
        margin-bottom: 0.28rem;
        font-size: 14px;
    }
    .hnews-abbr {
        padding: 0 0.22rem 1.58rem 0.22rem;
    }
    .home-more {
        margin-top: 1%;
    }
    .p-left, .p-right {
    	width: 100%;
    }
    .p-right {
    	height: auto;
    	padding: 0.46rem 0.6rem 1.2rem 0.6rem;
    }
    .p-right p {
    	line-height: 1.6em;
    	width: 100%;
    }
    .items {
    	width: 100%;
    	height: 16%;
    	margin-top: 1%;
    }
    .section2 .web-main {
    	height: 100%;
    }
    .home-product {
    	height: calc(100% - 1rem);
    }
    .item-img, .item-line, .item-name, .item-link,  
.items-tont:hover .item-img, .items-tont:hover .item-line, .items-tont:hover .item-name, .items-tont:hover .item-link {
        position: relative;
        top: 0;
        left: 0;
    }

    .items-tont {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 .5rem;
    }
    .home-news-list {
    	padding: 0.4rem 0.8rem;
    }
    .home-news ul li {
    	width: 100%;
    	margin-right: 0;
    	margin-bottom: 2%;
    }
    .footer {
    	height: auto;
    }
    .foot-nav {
    	display: none;
    }
    .foot-qrcode {
    	width: 60%;
	    margin: 0 auto;
	    float: none;
    	text-align: center;
    }
    .foot-info p {
    	line-height: 2em;
    }
    .h-slogan {
    	height: 100%;
    }
    .h-slogan p {
    	line-height: 1.6em;
    }
    .nav-second li a {
	    padding: 0 0.16rem;
	}
	.index-banner {
		padding: 0 0.3rem;
	}
	.home-news-list > li:nth-child(3){
		display: none;
	}
.section0 {
    background: url(../images/banner_shouye.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.column01, .column02,  .column03,.column05 {
    padding: 0.2rem 0.2rem 0 0.2rem;
}
.columns-tit {
    font-size: 14px;
}
.col50 {
    width: 100%;
}
.cywh-columns2 {
    height: 3.2rem;
    margin-bottom: 0.32rem;
}
.column07::before {
    height: 3.2rem;
    line-height: 3.2rem;
}
.cywh-columns > div.column08 {
    height: 8rem;
    margin-bottom: 0.2rem;
}

}

